FLDyAction.fromJson constructor

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

Implementation

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