factory DataBufferNotice.fromJson(Map<String, dynamic> json) { return DataBufferNotice( state: json['state'] as String, ); }