55310068ea
Complies to flutter/dart 'pedantic' coding standards (their name, not mine)
6 lines
174 B
Dart
6 lines
174 B
Dart
import 'package:json_annotation/json_annotation.dart';
|
|
|
|
part 'prod.g.dart';
|
|
|
|
@JsonLiteral('prod.json', asConst: true)
|
|
Map<String, dynamic> get config => _$configJsonLiteral;
|