Stack.fromJson constructor Null safety

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

Implementation

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