static bool? fromJson_lock(Map<String, dynamic> json) { return (json[r'lock'] == null) ? null : json[r'lock'] as bool?; }