Create account vitals from a JSON object.
factory AccountVitals.fromJson(Map<String, dynamic> json) => _$AccountVitalsFromJson(json);