@override Uint8List? fromJson(List<int>? json) { return json == null ? null : Uint8List.fromList(json); }