JWPlayerConfiguration.fromJson constructor

JWPlayerConfiguration.fromJson(
  1. String str
)

Implementation

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