MAIndicatorConfig.fromJson constructor

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

Initializes from JSON.

Implementation

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