FlashConfig.fromRawJson constructor

FlashConfig.fromRawJson(
  1. String str
)

Implementation

factory FlashConfig.fromRawJson(String str) => FlashConfig.fromJson(json.decode(str));