FlagUpdate.fromJson constructor

FlagUpdate.fromJson(
  1. Map json_
)

Implementation

FlagUpdate.fromJson(core.Map json_)
  : this(flagRelease: json_['flagRelease'] as core.String?);