GoogleCastMediaLiveSeekableRange.fromJson constructor
GoogleCastMediaLiveSeekableRange.fromJson(
- String source
Creates a GoogleCastMediaLiveSeekableRange from a JSON string.
source - The JSON string to create the instance from.
Implementation
factory GoogleCastMediaLiveSeekableRange.fromJson(String source) =>
GoogleCastMediaLiveSeekableRange.fromMap(json.decode(source));