BitmapStyle.fromJson constructor

BitmapStyle.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory BitmapStyle.fromJson(Map<String, dynamic> json) => _$BitmapStyleFromJson(json);