Caption.fromJson constructor

Caption.fromJson(
  1. String str
)

Implementation

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