GlobalAlert.fromJson constructor

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

Implementation

factory GlobalAlert.fromJson(Map<String, dynamic> json) {
	return _$GlobalAlertFromJson(json);
}