details property

String? details

Implementation

String? get details => data == null ? null : data!['details'];