AndroidSettings.fromJsonFile constructor

AndroidSettings.fromJsonFile(
  1. Map<String, dynamic> json
)

Implementation

AndroidSettings.fromJsonFile(Map<String, dynamic> json)
    : width = json['width'] as int,
      height = json['height'] as int,
      fps = json['fps'] as int;