LMDataSourceConfig class

Annotations
  • @JsonSerializable()

Constructors

LMDataSourceConfig.new(String? id, String? model, String? action, List<Map<String, dynamic>>? parameters, String? description, String? name, String? type, dynamic json, Map<String, dynamic>? schema, bool? enableCache)
LMDataSourceConfig.fromJson(Map<String, dynamic> json)
factory

Properties

action String?
final
description String?
final
enableCache bool?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
json → dynamic
final
model String?
final
name String?
final
parameters List<Map<String, dynamic>>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schema Map<String, dynamic>?
final
type String?
final

Methods

getData(Map<String, String>? paramsPassed, {String? path, Map<String, String>? additionalParams}) Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited