GoogleCastBrakeStatus.fromJson constructor
GoogleCastBrakeStatus.fromJson(
- String source
Creates a GoogleCastBrakeStatus from a JSON string.
Implementation
factory GoogleCastBrakeStatus.fromJson(String source) =>
GoogleCastBrakeStatus.fromMap(json.decode(source));