Caption.fromJson constructor
Caption.fromJson(
- String str
Implementation
factory Caption.fromJson(String str) => Caption.fromMap(json.decode(str));
factory Caption.fromJson(String str) => Caption.fromMap(json.decode(str));