fromJsonMap method
Implementation
@override
Attribution? fromJsonMap(Map<String, dynamic>? json) =>
json != null ? Attribution.fromJson(json) : null;
@override
Attribution? fromJsonMap(Map<String, dynamic>? json) =>
json != null ? Attribution.fromJson(json) : null;