useCount property Null safety

int? useCount
@JsonKey(name: 'UseCount', fromJson: mappedToInt), @Deprecated('Deprecated for Media2 Service'), final

Number of internal references currently using this configuration. This informational parameter is read-only. Deprecated for Media2 Service.

Implementation

@JsonKey(name: 'UseCount', fromJson: mappedToInt)
@Deprecated('Deprecated for Media2 Service')
final int? useCount;