factory ScreenSchemeId.fromJson(Map<String, Object?> json) { return ScreenSchemeId( id: (json[r'id'] as num?)?.toInt() ?? 0, ); }